ParameterDictionary.ICollection<KeyValuePair<XmlQualifiedName, IEnumerable<XPathItem>>>.CopyTo MethodParameterDictionary.ICollection(Of KeyValuePair(Of XmlQualifiedName, IEnumerable(Of XPathItem))).CopyTo MethodParameterDictionary::ICollection<KeyValuePair<XmlQualifiedName, IEnumerable<XPathItem>>>::CopyTo Method
Syntax
Private Sub CopyTo( _ array As KeyValuePair(Of System.Xml.XmlQualifiedName, IEnumerable(Of System.Xml.XPath.XPathItem))[], _ arrayIndex As Integer _ ) _ Implements ICollection.CopyTo
private void System.Collections.Generic.ICollection<T>.CopyTo( KeyValuePair<System.Xml.XmlQualifiedName, IEnumerable<System.Xml.XPath.XPathItem>>[] array, int arrayIndex )
private: virtual void System.Collections.Generic::ICollection<T>::CopyTo( array<KeyValuePair<System.Xml::XmlQualifiedName^, IEnumerable<System.Xml.XPath::XPathItem^>^>> array, int arrayIndex ) sealed